Chunked Payload Response
Responses to a ChunkedPayload request
Content copied to clipboard
meshtastic.ChunkedPayloadResponse
Types
Properties
Functions
Link copied to clipboard
inline fun MeshProtos.ChunkedPayloadResponse.copy(block: ChunkedPayloadResponseKt.Dsl.() -> Unit): MeshProtos.ChunkedPayloadResponse
inline fun MeshProtos.ChunkedPayloadResponse.copy(block: ChunkedPayloadResponseKt.Dsl.() -> Unit): MeshProtos.ChunkedPayloadResponse
inline fun MeshProtos.ChunkedPayloadResponse.copy(block: ChunkedPayloadResponseKt.Dsl.() -> Unit): MeshProtos.ChunkedPayloadResponse
inline fun MeshProtos.ChunkedPayloadResponse.copy(block: ChunkedPayloadResponseKt.Dsl.() -> Unit): MeshProtos.ChunkedPayloadResponse
Link copied to clipboard
Accept the transfer chunked payload
Content copied to clipboard
bool accept_transfer = 3;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The ID of the entire payload
Content copied to clipboard
uint32 payload_id = 1;
Link copied to clipboard
Link copied to clipboard
Request to transfer chunked payload
Content copied to clipboard
bool request_transfer = 2;
Link copied to clipboard
Request missing indexes in the chunked payload
Content copied to clipboard
.meshtastic.resend_chunks resend_chunks = 4;
Link copied to clipboard
Request missing indexes in the chunked payload
Content copied to clipboard
.meshtastic.resend_chunks resend_chunks = 4;
Link copied to clipboard
Link copied to clipboard
Accept the transfer chunked payload
Content copied to clipboard
bool accept_transfer = 3;
Link copied to clipboard
Request to transfer chunked payload
Content copied to clipboard
bool request_transfer = 2;
Link copied to clipboard
Request missing indexes in the chunked payload
Content copied to clipboard
.meshtastic.resend_chunks resend_chunks = 4;
Link copied to clipboard
Link copied to clipboard
open fun newBuilder(prototype: MeshProtos.ChunkedPayloadResponse): MeshProtos.ChunkedPayloadResponse.Builder
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.ChunkedPayloadResponse
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): MeshProtos.ChunkedPayloadResponse
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): MeshProtos.ChunkedPayloadResponse
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.ChunkedPayloadResponse
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.ChunkedPayloadResponse
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): MeshProtos.ChunkedPayloadResponse
Link copied to clipboard
Link copied to clipboard